EMT Practice Test

1. Question Content...


Question List

Question1: Which statement is true about the default behavior of local variables?

Question2: In the scrum lifecycle of a project, when should the team agree on the requirements for the Definition of Done?

Question3: Which two statements are true about the Primary Key constraint in SQL? (Choose two.)

Question4: You need to query some data from the database using more than one filter.
Which parameter for a!query() should you use to define your filters?

Question5: Every business process, whether inside or outside of Appian, requires which of the following?

Question6: You are creating a text input on an interface that prompts the user to input their favorite color.
You would like it to look like this:
You would like lor the user's response to be saved to a local variable "local!color".
Match the values to the fields that you would configure on this text input. Some values will be used more than once.

Question7: At what stage are you most likely to regularly refine the backlog?

Question8: What are the different data sources for Appian record types?

Question9: A client asks you to store work location information for their employees. The client mentions that multiple employees may be assigned to multiple work locations.
Which type of database relationship is the client describing?

Question10: An end-user needs to trigger a process model and act on the user task assigned to them.
What is the minimum security permission needed?

Question11: When using "a!queryEntity()", what should the batchSize be set to in a!pagingInfo() in order to return all the items from a query?

Question12: You need to edit data in a table. You ate currently using the following statement:
INSERT INTO product (productId, productName) VALUES (3, "App1e");
What is the issue?

Question13: What table relationship is illustrated in the following data structure (if the relationship is evaluated from left to right)?

Question14: Review the following table.
Given the following options are in mySQL, which option correctly alters the last row on the table?

Question15: When setting the assignment of a User Input task, you need the task to be assigned to the person who started the process.
Which option is appropriate to use to accomplish this goal?

Question16: A record for Employees has been created.
What is the correct use case for a record list action?

Question17: A client requested a feature that is exceptionally specific and uncommon.
You begin by gathering research to help determine how such a feature could be implemented, but no documentation is available.
What should you do next?

Question18: Which three objects can be a valid page in a Site? (Choose three.)

Question19: Review the following expression:

What will this expression return?

Question20: A feature is being deployed to the test environment.
In which environment is unit testing performed for the feature?

Question21: What is the most accurate reason to use a related record type?

Question22: You are using local variables defined in a!localVariables().
Based on the default refresh behavior, when will the variable refresh?

Question23: You want to retrieve data from the database to show on your form.
Which option should you use?

Question24: You want to create a user filter based on data stored in a constant.
Which type of user filter should you use?

Question25: You need to ensure that your interface is readable on different devices.
How is this most commonly checked?

Question26: When using "a!pagingInfo()" within "a!queryEntity()", which batch size value will return all items?

Question27: What is a Foreign Key?

Question28: You connected multiple input paths to an XOR gateway in a loop.
What will happen when the second input flow reaches the gateway?

Question29: Match the parameters of a text field in an interface with their definition. Each definition will be used once.
Note: To change your responses, you may deselect your response by clicking the blank space at the top of the selection list.

Question30: An organization has data spread across multiple platforms outside of Appian. They want to create an Appian application to leverage this data.
Which record type data source should they use?

Question31: A form has 5 rule inputs, as follows:
1 CDT variable
3 Text variables
1 Integer variable
According to best practices, how many process variables are required in the process model's user input task?

Question32: By default, when is a local variable refreshed when using a!localVariables( )?

Question33: What is the lowest level of permissions required to delete a folder?

Question34: You are designing an interface and selecting colors for the application.
What is the Appian-recommended best practice?

Question35: When creating a process model, you need an incoming path to continue down one or more paths based on the logic you set.
Which gateway node should you use?

Question36: What is a way to start a process from an interface?

Question37: Which environment is most common for User Acceptance Testing?